-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature : Store 조회 s3 경로 추가, Store 상세 조회, Store 식당 분류 조회 추가 #77
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dldmsql
approved these changes
Jan 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다! 수고하셨어요
해당 Fail은 상세 조회 미완성으로 인해 실패하였습니다. |
Qbeom0925
changed the title
feature : Store 조회 s3 경로 추가
feature : Store 조회 s3 경로 추가, Store 상세 조회, Store 식당 분류 조회 추가
Jan 10, 2024
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 4 New issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 내용
S3Util의 해당 메서드의 static으로 사용하여 클래스로 접근이 가능하도록 설정
feature : Store 조회 s3 경로 추가
Github Action의 에러로 인한 피알 분리하여 작업하도록 하겠습니다
식당 상세 조회 API를 개발하였습니다.
관련된 테스트를 작성하였습니다.
관련 이슈
해당 작업과 관련된 이슈가 없습니다.
#49
작업 확인 방법
식당 상세 조회 API를 호출하여 결과를 확인할 수 있습니다.
API 엔드포인트: /api/v1/stores/{storeIdx}
테스트 코드에서 가게 상세 조회 테스트를 실행하여 확인 가능합니다.
추가 정보 (선택 사항)
변경된 코드는 다음과 같습니다.
Image 엔티티에 Review와 연관된 필드 추가
ImageRepository에 가게 이미지 조회를 위한 쿼리 추가
StoreController에서 상세 조회 엔드포인트 변경 (/detail/{index})
StoreGetDetailRes 클래스 추가
StoreGetRes 클래스에 이미지 리스트 및 좋아요 여부 추가
StoreServiceImpl에서 가게 상세 조회 시 이미지 리스트를 가져오도록 수정
StoreControllerTest 및 StoreServiceImplTest에서 가게 상세 조회 테스트 추가